encoding/xml.printer.marshalInterface (method)

3 uses

	encoding/xml (current package)
		marshal.go#L449: 			return p.marshalInterface(marshaler, defaultStart(typ, finfo, startTemplate))
		marshal.go#L456: 				return p.marshalInterface(marshaler, defaultStart(pv.Type(), finfo, startTemplate))
		marshal.go#L699: func (p *printer) marshalInterface(val Marshaler, start StartElement) error {